var crypto/internal/fips140/sha256._K
2 uses
crypto/internal/fips140/sha256 (current package)
sha256block.go#L13: var _K = [...]uint32{
sha256block.go#L101: t1 := h + ((bits.RotateLeft32(e, -6)) ^ (bits.RotateLeft32(e, -11)) ^ (bits.RotateLeft32(e, -25))) + ((e & f) ^ (^e & g)) + _K[i] + w[i]
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)